home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / flp1ar01.arc / INSTALL.DOC < prev    next >
Text File  |  1991-11-26  |  3KB  |  80 lines

  1.  
  2.                              Installing Flip 1.00
  3.  
  4. Installation instructions are provided for System V Release 2, 4.3BSD,
  5. Ultrix, Microport System V/AT, MS-DOS/Turbo C, and Atari ST GEMDOS/Turbo C.
  6. To install under other similar environments look carefully in flip.h and
  7. make changes as needed.
  8.  
  9.  
  10. MS-DOS/TURBO C
  11.  
  12. The files supplied are suitable for compilation with Borland's Turbo C 2.0
  13. for MS-DOS and Atari ST GEMDOS.
  14.  
  15. For MS-DOS:
  16.  
  17. A makefile "makefile.tcc" is supplied.  Use the command line compiler
  18. "tcc.exe".  You will need a good make program, such as NDMAKE.  Edit
  19. "turboc.cfg" so it correctly reflects the include directories on your
  20. system.  Then type "make -f makefile.tcc".
  21.  
  22. You can also use the intergrated environment "tc.exe".  Convert "turboc.cfg"
  23. to "tcconfig.tc" using Borland's "tcconfig.exe" program.  Invoke tc.exe and
  24. load the configuration file "tcconfig.tc".  A project file "flip.prj" is
  25. supplied.  Compile as usual.
  26.  
  27. For Atari ST:
  28.  
  29. Use project file flip_st.prj, and tc_st.cfg. You may also need to change
  30. the default path for TC include files using Options->Compiler menu
  31. to reflect your own disk structure.
  32.  
  33. * This distribution includes only executable and documentation. Since this
  34. * is the "test" revision.  I thought I could keep better track of bugs,
  35. * if it is modified at only one place. I will post the complete set of files
  36. * as soon as there is some evidence of field testing, and after reported
  37. * bugs are fixed, I expect that to be in about May 92. Fixed revisions will
  38. * be posted immediately at the atari archive.
  39. * Works with TOS1.4, if it doesn't work with other versions, please
  40. * let me know.
  41. *
  42. * Please report bugs to msoysal@mcimail.com, include your internet reply
  43. * address (some uucp addresses overseas need to go thru the right relays!,
  44. * and I don't know them. Mcimail eats headers, so I have no clue
  45. * about the return path. Please include your international mailing path in
  46. * the text portion of your mail.)
  47. * If you don't have access to electronic mail, you can send paper mail
  48. * to 
  49. *    Mustafa Soysal
  50. *    PO Box 7064
  51. *    Ann Arbor MI 48107-7064
  52. *    USA
  53. *
  54. * If you want me to reply, please include the appropiate amount of
  55. * international/national postal reply coupons and self addressed envelope.
  56. *
  57. * I won't be able to reply mail between December 10, 1991 and
  58. * January 15, 1992.
  59. * Thanks to Rahul Dhesi for releasing such a nice utility program under the
  60. * GNU licence (please read file COPYING for details.)
  61. *
  62.  
  63. SYSTEM V RELEASE 2, 4.3BSD, OR MICROPORT SYSTEM V/AT
  64.  
  65. Rename the provided file "makefile.nix" to "makefile".
  66.  
  67. Depending on the system, type:
  68.  
  69.      make sys_v                 for System V Release 2
  70.      make bsd                   for 4.3BSD
  71.      make uport                 for Microport System V/AT (large model)
  72.      make ultrix                for Ultrix, includes bug fix, not tested
  73.  
  74. It may work to do "make sys_v" for Microport System V/AT, but I'm not sure,
  75. as I haven't yet restored my small model libraries which vanished from my
  76. disk one day without warning.
  77.  
  78. Under any flavor of **IX you can link "flip" to "toix" and "toms".
  79.